Class CacheException

Summary

Fully Qualified Name: CodeIgniter\Cache\Exceptions\CacheException
Extends: RuntimeException
Implements: ExceptionInterface

Description

Methods

Name Description Defined By
forHandlerNotFound() CacheException
forInvalidHandlers() CacheException
forNoBackup() CacheException
forUnableToWrite() CacheException

Method Details

forHandlerNotFound()

Returns: \CodeIgniter\Cache\Exceptions\CacheException

forInvalidHandlers()

Returns: \CodeIgniter\Cache\Exceptions\CacheException

forNoBackup()

Returns: \CodeIgniter\Cache\Exceptions\CacheException

forUnableToWrite()

Parameter Name Type Description
$path

Returns: \CodeIgniter\Cache\Exceptions\CacheException

Top